home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Boolean BOOLEAN001
- Integer INTEGER001
- Integer INTEGER002
- String STRING001
- String STRING002
-
- ;------------------------------------------------------------------------------
-
- If (!AnsiOn()) End
- BOOLEAN001 = 0
- STRING001 = Chr(32) + Chr(248) + Chr(219) + Chr(254) + Chr(249)
- Gosub LABEL003
- KbdChkOff
- :LABEL001
- If (BOOLEAN001) Goto LABEL002
- If (Random(250) == 0) Gosub LABEL003
- INTEGER001 = 1 + Random(77) + 1
- INTEGER002 = Random(21) + 1
- STRING002 = Mid(STRING001, Random(4) + 1, 1)
- Color Random(15)
- AnsiPos INTEGER001, INTEGER002
- Print STRING002
- AnsiPos 80 - INTEGER001 + 1, INTEGER002
- Print STRING002
- AnsiPos INTEGER001, 22 - INTEGER002 + 1
- Print STRING002
- AnsiPos 80 - INTEGER001 + 1, 22 - INTEGER002 + 1
- Print STRING002
- BOOLEAN001 = (Inkey() == " ")
- Goto LABEL001
- :LABEL002
- KbdChkOn
- DefColor
- Cls
- End
- :LABEL003
- DefColor
- Cls
- AnsiPos 28, 23
- Print "Hit the SPACE BAR to exit"
- Return
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 2 End
- ; 2 Cls
- ; 1 Color
- ; 2 Goto
- ; 6 Let
- ; 5 Print
- ; 3 If
- ; 2 DefColor
- ; 2 Gosub
- ; 1 Return
- ; 1 KbdChkOn
- ; 1 KbdChkOff
- ; 5 AnsiPos
- ;
- ;
- ; ■ Functions used :
- ;
- ; 12 +
- ; 4 -
- ; 2 ==
- ; 2 !
- ; 1 Mid()
- ; 5 Chr()
- ; 5 Random()
- ; 1 Inkey()
- ; 1 AnsiOn()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-